:root {
    --jade: #00dc4f;
    --palejade: #5de99b;
    --dimjade: #108f3d;
    --darkjade: #091c0c;
    --dsgray: #36453b;
    --dimgray: #596869;
    --jasper: #c05746;
    --aliceblue: #e8f1f2;
    --majorelle-blue: #5352ed;
    --dodger-blue: #1e90ff;
    --emerald: #2ed573;
    --folly: #ff4757;
    --gunmetal: #2f3542;
    --slate-gray: #747d8c;
    --french-gray: #ced6e0;
    --charcoal: #264653;
    --persian-green: #2a9d8f;
    --saffron: #e9c46a;
    --sandy-brown: #f4a261;
    --burnt-sienna: #e76f51;
    --main-menu-border-color: #f36100;
        --bs-body-color: #ffffff !important;
		}
@font-face {
    font-family: "NEXON Football Gothic";
    font-weight: 700;
    src: url("/fonts/NEXON Football Gothic B.otf") format("opentype");
}
@font-face {
    font-family: "NEXON Football Gothic";
    src: url("/fonts/NEXON Football Gothic L.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    src: url(fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: #000;
    src: url(/fonts/NotoSansKR-Black.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url(/fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: light;
    src: url(/fonts/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: medium;
    src: url(/fonts/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: thin;
    src: url(/fonts/NotoSansKR-thin.otf) format("opentype");
}
body {
    height: 100%;
}
body , .fnt_roboto , input, button , .recent_list a span {
    font-family: NEXON Football Gothic;
    letter-spacing: 0.5px;
}
a {
    color: #e9ecef;
}
a:hover {
    color:#ffffff9c;
}
strong#is_money {
    color: #ffa400;
}
strong#is_money_c {
    color: #facf5a;
}
ul.customer li,
.user_item ul li .menu_btn {
    width: unset;
    margin: unset;
    border-radius: 5px;
    background: #3095ce;
    height: 32px;
    line-height: 32px;
}
ul.customer li a p {
    color: #fff;
    display: inline;
}
ul.customer li a {
    background: #3c445a;
}
ul.customer li.er:last-child a,
ul.customer li:last-child a {
    border: none;
}
ul.customer li.menu_btn a,
ul.customer li.er a {
    display: flex;
    align-items: center;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    height: auto;
}
ul.customer li:hover a i.fi,
.user_item ul li a:hover,
ul.customer li:hover p {
    color: #fff !important;
}
ul.customer li:last-child {
    border: none;
}
ul.customer li:nth-child(2n),
ul.customer li,
.user_item ul li .menu_btn {
    margin: 0 1px;
}
ul.customer li > a > i {
    display: flex;
    align-items: center;
}
ul.customer li > a > p {
    padding: 0 6px;
}
ul.customer {
    float: left;
    padding: 0;
}
.btn-logout {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 10px;
    background: linear-gradient(45deg, black, #333);
    border-radius: 3px;
    border: 1px solid #000;
    color: darkgrey;
}

	
	.container {
	height: 100vh;
    overflow: auto;
	}
.btn-logout:hover {
    background: linear-gradient(45deg, #535050, #333);
}
.btn-select li img {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.btn-select {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    left: 0;
    height: 32px;
}
.btn.btn_submit {
    background: var(--dimjade);
    color: #FFFFFF;
}
.btn.btn_submit:hover {
    background: var(--saffron);
}
.btn_submit, #header_wrap .menu_btn.btn_submit.registerbtn {
    width: 105px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
    background: #db7700;
    color: #fff;
    border: none;
    font-weight: 500;
}
.cardbg {
    background: rgb(20 20 20);
    background: -moz-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd5a',endColorstr='#fbbd5a',GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17191e',endColorstr='#000000',GradientType=0);
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(26,28,26,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(26,28,26,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(26,28,26,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(26,28,26,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(26,28,26,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(26,28,26,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a0809',GradientType=1 );
    transform: unset;
    height: 100%;
    width: 100%;
    border: 1px solid #2b2b2b;
    border-radius: 0;
    position: absolute;
    border: solid 1px gold;
    border-image: linear-gradient(to top left, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%) 1;
    -webkit-clip-path: inset(0 round 1px);
    clip-path: inset(0 round 1px);
}
.cp-modal .header p {
    color: #faebcd;
}
.cp-modal .header {
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #40392d 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #40392d 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #40392d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d',endColorstr='#40392d',GradientType=0);
    border-top: 5px solid #ddb77d;
}
.cp-modal .header:before {
    border-top: 60px solid #ddb77d;
    border-right: 50px solid transparent;
}
.cp-modal {
    background-color: #202020;
}
.decomenu {
    fill: currentColor;
    color: #fff;
    height: 35px;
    width: 35px;
    vertical-align: sub;
    background: rgb(174,141,16);
    background: -moz-linear-gradient(-45deg, rgba(174,141,16,1) 0%, rgba(197,164,1,1) 13%, rgba(199,167,2,1) 14%, rgba(228,212,93,1) 34%, rgba(255,255,178,1) 51%, rgba(226,193,1,1) 81%, rgba(215,181,28,1) 86%, rgba(207,173,45,1) 90%, rgba(212,181,59,1) 95%, rgba(221,197,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(174,141,16,1)), color-stop(13%,rgba(197,164,1,1)), color-stop(14%,rgba(199,167,2,1)), color-stop(34%,rgba(228,212,93,1)), color-stop(51%,rgba(255,255,178,1)), color-stop(81%,rgba(226,193,1,1)), color-stop(86%,rgba(215,181,28,1)), color-stop(90%,rgba(207,173,45,1)), color-stop(95%,rgba(212,181,59,1)), color-stop(100%,rgba(221,197,85,1)));
    background: -webkit-linear-gradient(-45deg, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: linear-gradient(135deg, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8d10', endColorstr='#ddc555',GradientType=1 );
    -webkit-clip-path: inset(0 round 1px);
    clip-path: inset(0 round 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.extra_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.footer .footer_contact_info .btn_contact .xi-x {
    font-size: 33px;
}
.footer .footer_contact_info .btn_contact {
    border-radius: 5px;
    padding: 7px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 3px;
    width: 100px;
}
.footer .footer_contact_info {
    display: flex;
    justify-content: center;
    padding: 32px;
}
.footer .footer_help,
.footer .footer_quicklinks {
    width: 30%;
    margin: 0;
    padding: 30px;
    margin-right: 0;
}
.footer {
    margin: 0;
    width: 100%;
}
.footer,
#row_wrap {
    background-color: transparent;
    background: transparent;
}
.footer_help .customer {
    width: 100%;
}
.footer_info .footer_text {
    text-align: center;
    padding: 0;
}
.footer_info .logo .img {
    display: block;
    float: unset;
    text-align: center;
}
.footer_info .logo {
    margin: 0;
}
.footer_info ul.card li img {
    height: 33px;
    width: auto;
}
.footer_info ul.card li {
    background: #fff;
}
.footer_info ul.card {
    width: 400px;
    margin: 0 auto;
}
.footer_info {
    width: 40%;
    margin: 0;
    padding: 70px 0 0 0;
}
.footer_quicklinks h2 {
    display: block;
    margin: 0 0 8px 0;
    font-family: "Lato";
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.footer_quicklinks {
    float: left;
    text-align: right;
}
.form_info {
    border: solid 1px #826b34;
}
.frm_input.frm_input {
    background: #151515;
    border: solid 1px #2a2a2a;
    color: #fff;
}
.fxt-template-layout-10 .fxt-form .form-group:nth-child(5n-1) , .fxt-template-layout-10 .fxt-form .form-group:nth-child(5n-2) {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: bottom;
}


.fxt-template-layout-10 .fxt-form .form-group:nth-child(5n-2) {
    margin-right: 2px;
}

.game_start figure .bottom-cardbg {
    background: rgb(251, 189, 90);
    background: -moz-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd5a',endColorstr='#fbbd5a',GradientType=1);
    background: unset;
}
.game_start figure .btn-start {
    border: #000 2px solid;
    color: #000;
    background: rgb(251, 189, 90);
    background: -moz-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd5a',endColorstr='#fbbd5a',GradientType=1);
    display: none;
}
.game_start figure .logo {
    position: relative;
}
.game_start figure img {
    height: auto;
    width: 100%;
}

.game_start figure {
    width: auto;
    max-width:238px;
    margin: 5px;
    height: 100%;
    float: unset;
    display: inline-block;
}
.game_start figure.hovered a.button_over {
    opacity: 1;
    background-color: #00000000;
    border: 1px solid rgba(226,193,1,1);
}

.game_start figure.other-hovered .button_over {
    background-color: #000000ab;
    opacity:1;
}

.game_start figure.other-hovered .button_over img {
    opacity:0;
}
.game_start figure.other-hovered ._characterprovider, .game_start figure.other-hovered .logo {
    filter: grayscale(1);
}
.game_start figure a.button_over img {
    display:none;
}

.gradient-color {
    background: #232323;
}
.guide_type table th {
    color: var(--saffron);
}
.header-item.d-flex-wrap {
    display: flex;
    justify-content: center;
}
.heading_main_ .deco_div {
    display: inline-block;
    padding: 3px 5px 0 5px;
    border: 2px solid darkgoldenrod;
    border: solid 2px gold;
    border-image: linear-gradient(to top left, rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%) 1;
    background: rgb(174,141,16);
    background: -moz-linear-gradient(-45deg,  rgba(174,141,16,1) 0%, rgba(197,164,1,1) 13%, rgba(199,167,2,1) 14%, rgba(228,212,93,1) 34%, rgba(255,255,178,1) 51%, rgba(226,193,1,1) 81%, rgba(215,181,28,1) 86%, rgba(207,173,45,1) 90%, rgba(212,181,59,1) 95%, rgba(221,197,85,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(174,141,16,1)), color-stop(13%,rgba(197,164,1,1)), color-stop(14%,rgba(199,167,2,1)), color-stop(34%,rgba(228,212,93,1)), color-stop(51%,rgba(255,255,178,1)), color-stop(81%,rgba(226,193,1,1)), color-stop(86%,rgba(215,181,28,1)), color-stop(90%,rgba(207,173,45,1)), color-stop(95%,rgba(212,181,59,1)), color-stop(100%,rgba(221,197,85,1)));
    background: -webkit-linear-gradient(-45deg,  rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: -o-linear-gradient(-45deg,  rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    background: linear-gradient(135deg,  rgba(174,141,16,1) 0%,rgba(197,164,1,1) 13%,rgba(199,167,2,1) 14%,rgba(228,212,93,1) 34%,rgba(255,255,178,1) 51%,rgba(226,193,1,1) 81%,rgba(215,181,28,1) 86%,rgba(207,173,45,1) 90%,rgba(212,181,59,1) 95%,rgba(221,197,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8d10', endColorstr='#ddc555',GradientType=1 );
    -webkit-clip-path: inset(0 round 1px);
    clip-path: inset(0 round 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading_main_ .deco_div:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    height: 90px;
    width: 99px;
    background: rgb(215, 177, 0);
    background: radial-gradient(circle, rgb(215 177 0 / 40%) -33%, rgb(0 0 0 / 0%) 65%, rgb(0 0 0 / 0%) 11%);
}
.lang_item ul {
    width: 138px;
    background: #000;
    border-radius: 10px;
    top: 36px;
    z-index: 110;
}
.lang_item {
    float: right;
    padding: 0;
}
.line_notice {
    background: #000;
    width: 100%;
    height: 30px !important;
    text-align: center;
}
.login_form #frm2 {
    margin-top: 0;
}
.login_form ul li .btn_submit {
    color: #000;
    background: linear-gradient(90deg, #000 0%, #c19e67 48%, #000000 100%);
    font-weight: 700;
}
.login_form ul li .input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: none;
    border-radius: 3px;
    background: #080808;
    color: #fff;
}
.login_form {
    float: right;
    width: calc(50% - 290px);
}
.login_form.user_item ul li {
    float: left;
    width: auto;
}
.lvl .lvlimg {
    /*width: 18px;*/
}
.lvl .lvltxt {
    margin: 0 0;
    float: right;
    float: unset;
    line-height: 16px;
}
.lvl {
    overflow: hidden;
}
.marquee {
    overflow: hidden;
    padding: 30px 0;
    background: #000;
    opacity: 0.5;
    filter: grayscale(1);
}
.multi-tabs_wrapper .tabs ul.main_tabs {
    display: flex;
    justify-content: center;
}
.notice_mobile .label {
    display: block;
    float: left;
    width: 60px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    background: #d93a5f;
    border-radius: 3px;
}
	.close-button , .open-button {
		position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
	cursor:pointer;
	}

#header_wrap .menu_btn.btn_submit.registerbtn {
    display: initial;
    margin-left: 3px;
}


.outlogin-item-wrap .docmed {
    width: 100%;
    display: flex;
    margin: 10px 0;
    justify-content: center;
}


.notice_mobile {
    padding: 0;
}
.notice_mobile:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--burnt-sienna) 9%, #ff7100 91%, rgba(255, 255, 255, 0) 100%);
    width: 65%;
    margin: -0.2rem auto;
    height: 0.2rem;
    content: unset;
}
.outaction .fi {
    font-size: 0;
    color: indianred;
    line-height: normal;
}
.outlogin-item-wrap .btn_contact {
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin: 0 3px;
    padding: 3px;
}
.outlogin-item-wrap .input {
    display: flex;
    padding: 0 11px;
    height: 30px;
    overflow: Hidden;
    background: #5f5f5f2e;
    border: 1px solid #535353;
    font-size: 12px;
    color: #fff;
    margin-right: 7px;
    border: 1px solid #ede06a;
	    border-radius: 3px;
}
.outlogin-item-wrap {
    display: flex;
    flex-flow: column;    margin-right: 20px;
}
.partner_intro strong {
    color: #4289ff;
}
.partner_intro {
    border-color: var(--saffron);
}
.play_now-btn > span {
    color: var(--aliceblue);
    text-shadow: 1px 1px var(--dsgray);
}
.play_now-btn {
    display: flex;
    justify-content: space-between;
    background: -moz-linear-gradient(top, rgba(41, 180, 116, 1) 1%, rgba(54, 73, 79, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29b474',endColorstr='#36494f',GradientType=0);
    border: 0;
    position: absolute;
    font-size: 12px;
    padding: 4px 17px;
    bottom: 1rem;
    color: #1d2329;
    background-color: var(--dimjade);
    border-radius: 0;
    right: 0;
    display: none;
}
.play_now_arrow {
    width: 3rem;
    object-fit: contain;
    margin-left: 1rem;
}
.pop_main .pop_bottom ._CLOSE {
    background-color: #b90000;
}
.pop_main .pop_bottom ._CLOSE_ {
    background-color: #001dbc;
}
.pop_main1 {
    background: rgb(0 0 0 / 77%) !important;
}
.side_copy {
    margin-top: 5rem;
    padding: 25px 0 !important;
}
.side_sns .btn_contact strong {
    margin: 0 8px;
}
.side_sns a.btn_contact {
    color: #000;
}
.side_sns {
    float: right;
    width: 55px;
}
.sunrise-frame {
    background: #0b0b0b !important;
}
.sunrise-outer {
    background-color: #292929db;
}

.tabs .main_tabs .maintab-title {
    height: auto;
    background: radial-gradient(59.66% 108.62% at 51.85% 100%, rgb(255 207 115 / 81%) 0%, #6a531d87 34%, #66552a87 34%, #111111d9 83.06%), #000000;
    box-shadow: rgba(0, 0, 0, 0.35) 0 3.13178px 23.4884px;
}
.tabs .main_tabs .maintab-title.tmain:hover .logo .play_now-btn {
    transform: scale(1.1);
    background-color: var(--emerald);
}
.tabs .main_tabs .maintab-title:hover,
.tabs .main_tabs .maintab-title.active {
    color: #fff;
    font-weight: 900;
}
.tabs .main_tabs .tmain .text {
    background: #fceabb;
    background: linear-gradient(to right, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.tabs .main_tabs .tmain a {
    color: #bde1ff;
}
.tabs .main_tabs .tmain {
    margin: 0;
    color: rgba(252, 222, 164, 1);
    font-weight: 700;
    border: none;
    background: transparent;
    margin-left: 2px;
    border-style: solid;
    border-image-slice: 3;
    border-image-source: linear-gradient(to bottom, #b68d4c, #ffcb78, #754f00, #c19e67, #b68d4c, #ff9f09);
    border-width: 5px;
    border-width: 1px 1px 0 1px;
}
.tabs .main_tabs .tmain {
    box-shadow: none;
}
.tabs .main_tabs .tmain:nth-child(1) .iconstylus,
.tabs .main_tabs .tmain:nth-child(2) .iconstylus,
.tabs .main_tabs .tmain:nth-child(3) .iconstylus,
.tabs .main_tabs .tmain:nth-child(4) .iconstylus {
    background: #ebf1f6;
    background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    background: -webkit-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    background: linear-gradient(to bottom, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf1f6',endColorstr='#d5ebfb',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tabs .main_tabs .tmain:nth-child(1) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(1).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(1):hover .game-title,
.tabs .main_tabs .tmain:nth-child(1).active .game-title {
    color: #fff;
    text-shadow: 1px 3px 20px #ffffff, 0 -1px 8px #fff;
}
.tabs .main_tabs .tmain:nth-child(2) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(2).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(2):hover .game-title,
.tabs .main_tabs .tmain:nth-child(2).active .game-title {
    color: #fff;
    text-shadow: 1px 3px 20px #ffffff, 0 -1px 8px #fff;
}
.tabs .main_tabs .tmain:nth-child(3) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(3).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(3):hover .game-title,
.tabs .main_tabs .tmain:nth-child(3).active .game-title {
    color: #fff;
    text-shadow: 1px 3px 20px #ffffff, 0 -1px 8px #fff;
}
.tabs .main_tabs .tmain:nth-child(4) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(4).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(4):hover .game-title,
.tabs .main_tabs .tmain:nth-child(4).active .game-title {
    color: #fff;
    text-shadow: 1px 3px 20px #ffffff, 0 -1px 8px #fff;
}
.tabs .main_tabs .tmain:nth-child(5) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(5).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(6) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(6).active {
    box-shadow: unset;
}
.tabs .main_tabs .tmain:nth-child(7) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(7).active {
    box-shadow: inset 2px 0 0 #2ebdc5, inset -2px 0 0 #ffb740;
}
.tabs .main_tabs .tmain:nth-child(8) {
    border-top: 1px solid var(--main-menu-border-color);
}
.tabs .main_tabs .tmain:nth-child(8).active {
    box-shadow: inset 2px 0 0 #2ebdc5, inset -2px 0 0 #2ebdc5;
}
.tabs .main_tabs .tmainhover .play_now-btn,
.tabs .main_tabs .tmain.active .play_now-btn {
    color: #fff;
    text-shadow: 1px 3px 20px #ffffff, 0 -1px 8px #fff;
}
.tabs .mg-top {
    margin-top: 25px;
}
.tabs ul .tmain:first-child:nth-last-child(2),
.tabs ul .tmain:first-child:nth-last-child(2) ~ .tmain {
    width: calc(66.73% / 2);
}
.tabs ul .tmain:first-child:nth-last-child(3),
.tabs ul .tmain:first-child:nth-last-child(3) ~ .tmain {
    width: calc(75% / 3 - 0px);
}
.tabs_guide .simpleTabs_button li {
    border-right: solid 1px #e9c46a !Important;
    border-bottom: solid 1px #e9c46a !Important;
}
.tabs_guide .simpleTabs_button {
    border-left: 1px solid #444;
    border-top: 1px solid #444;
}
.user-panel-info {
    float: left;
    width: 250px;
    padding: 0;
}
.user-panel-info,
.user_item h2 {
    border-bottom: 0;
}
.user_item .profile_wrapper .user-panel-name {
    color: var(--french-gray);
    margin: 0;
    font-family: "NEXON Football Gothic";
    font-size: 15px;
    /* font-size: 11px; */
    line-height: normal;
}
.user_item .profile_wrapper {
    margin-bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    line-height: normal;
    margin-top: 0;
}
.user_item .profile_wrapper,
.user-panel-info {
    height: auto;
}
.user_item h2 span {
    font-size: 11px;
}
.user_item ul li .menu_btn {
    padding: 0 7px;
}
.user_item ul li a,
.form_info {
    color: var(--french-gray);
}
.user_item ul {
    float: left;
    /* width: 100%; */
}
.user_item {
    float: left;
    padding: 0;
    position: relative;
}
#minigame-container figure .img {
    margin-top:0;
}
#bo_cat_low.minigame-tabs .bo_cat_low_on {
    background: unset;
}
#bo_cat_low.minigame-tabs .bo_cat_low_on {
    color: #000000;
    text-shadow: 1px 1px #000;
    font-weight: 900;
    background: #f3e2c7;
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3));
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: linear-gradient(to bottom,  #ffbb4f  0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
    border: 1px solid #ffe3b8;
    text-shadow: 0 0 5px rgb(255 255 255);
}
#bo_cat_low.minigame-tabs ul li a {
    color: #000000;
    font-weight: 700;
    border: solid 1px #000;
    background: #f3e2c7;
    background: -moz-linear-gradient(top,  #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3e2c7), color-stop(50%,#c19e67), color-stop(51%,#b68d4c), color-stop(100%,#e9d4b3));
    background: -webkit-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: -o-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: -ms-linear-gradient(top,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    background: linear-gradient(to bottom,  #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
    
}


#casino_ajax #minigame-container #bo_cate_ul {
    text-align: center;
}

#casino_ajax #minigame-container #bo_cat_low #bo_cate_ul .menu_low {
    display: inline-block;
    vertical-align: bottom;
}

#bo_cat_low.minigame-tabs ul li a {
    font-size: 32px;
    margin-top: 25px;
    border: 0;
}
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    background: var(--saffron);
    color: #000;
}
#bo_cate ul,
#list_type .row_td {
    border-bottom: solid 1px #333;
}
#bo_cate ul li a,
.tabs_guide .simpleTabs_button li {
    color: var(--saffron);
    background: #151515;
    border: solid 1px #333;
}
#bo_cate ul li a,
.tabs_guide .simpleTabs_button {
    background: #aebcbf;
    background: -moz-linear-gradient(top,  #aebcbf 0%, #262b29 50%, #0a0e0a 51%, #0a0809 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#262b29), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
    background: -webkit-linear-gradient(top,  #aebcbf 0%,#262b29 50%,#0a0e0a 51%,#0a0809 100%);
    background: -o-linear-gradient(top,  #aebcbf 0%,#262b29 50%,#0a0e0a 51%,#0a0809 100%);
    background: -ms-linear-gradient(top,  #aebcbf 0%,#262b29 50%,#0a0e0a 51%,#0a0809 100%);
    background: linear-gradient(to bottom,  #aebcbf 0%,#262b29 50%,#0a0e0a 51%,#0a0809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
    
}
#bo_v h2#bo_v_title .bo_v_tit {
    color: red;
    font-size: 17px;
}
#bo_v h2#bo_v_title .date {
    color: #fff;
}
#bo_v h2#bo_v_title {
    border-bottom: 1px solid #495263;
}
#bo_w {
    border-top: solid 2px #3a3a3a;
}
#casino_ajax .bo_cat_low_on.title_bg {
    background-image: url(/img/bg/head-d.png);
    background-repeat: no-repeat;
    background-size: 300px 90px;
    background-position-x: 50%;
    background-position-y: 84%;
    background-blend-mode: overlay;
    background-attachment: scroll;
    padding-top: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px #000;
    float: left;
    width: 100%;
    height: 90px;
    line-height: 106px;
    display: none;
}


.write_div .select {
    background: #252525;
    border: 1px solid #444;
    color: #fff;
}
.write_div .select label:after,
.write_div .select label {
    color: #fff;

}

.write_div .select label {
    padding-right:25px;
}
#casino_ajax .game_start {
    text-align: center;
}
#casino_ajax .multi-tabs_wrapper {
    width: 100%;
    margin: 12px auto;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 30;
}
#container_wrap {
    background: url(/img/bg/bg-goldwave-bottom.png?v=05);
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}
#footer_wrap .customer li a .fi {
    color: #fbbd5a;
}
#footer_wrap .customer li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row;
    background: transparent;
    height: auto;
    line-height: 42px !important;
}
#footer_wrap .customer li {
    height: auto;
    width: calc(50% - 2px);
    margin: 1px;
    border: 0;
    background: transparent;
    border-left: 3px solid #fbbd5a;
    border-radius: 0;
}
#footer_wrap {
    padding: 0;
    margin: 20px 0;
    width: calc(100% - 20%);
    margin: 0 auto;
}
#frm2 {
    margin: 0;
    background: transparent;
    padding: 0;
    border: 0;
}

#gnb .gnb ul li a {
    color: #edd482;
    
}
#gnb .gnb ul li a {
    padding: 0;
}
#gnb .gnb ul li a:hover {
    color: var(--folly);
    text-shadow: 1px 1px #000;
}
#gnb .gnb ul li {
    padding: 0 24px 0 24px;
    margin: 0;
}
#gnb .gnb ul li:not(:last-child) {
    border-right: 1px solid #edd482;
}
#guide h2 {
    border: solid 1px var(--saffron);
}
#header_wrap {
    padding: 0 !important;
    position: unset;
    height: auto;
}
#is_m_reload img {
    height: 11px;
}
#loader-circular {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgb(252 237 164);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader-circular:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ede06a;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader-circular:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff6a00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#list_type .row_th {
    background: #000;
    border-top: solid 2px var(--saffron);
    border-bottom: solid 1px #3f4759;
}
#login-container #frm2 {
    background: unset;
    background: #00000069;
    box-shadow: 0 8px 32px 0 #0000005e;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ede06a;
    margin-top: 20px;
}
#login-container #login_wrap .header-item #frm2 .outlogin-item-wrap input {
    /* border: 0; */
    border-radius: 3px;
}
#login-container #side_wrap {
    width: 100%;
}
#login-container .outlogin-item-wrap {
    flex-flow: column;
}
#login-container .side-item-wrap .logo {
    text-align: center;
}
#login-container .side-item-wrap {
    position: relative;
}

#login-container #login_wrap {
    height: 100vh;
    width: 100%;
    float: left;

    position: relative;
    z-index: 1;
}
#login-container:before {
    content: "";
    background: radial-gradient(ellipse at center, #000000 0%, #00000000 40%, rgb(0 0 0 / 93%) 100%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    /* opacity: 0.9; */
}
#login_container .header-item.d-flex-wrap .customer li {
    margin: 0 5px;
}
#login_wrap .header-item #frm2 .outlogin-item-wrap #login_btn {
    background: darkgoldenrod;
    border: 0;
    background: #ede06a;
    background: -moz-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede06a), color-stop(50%, #b27b23), color-stop(100%, #896000));
    background: -webkit-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
    background: -o-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
    background: -ms-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
    background: linear-gradient(to bottom, #ede06a 0%, #b27b23 50%, #896000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede06a',endColorstr='#896000',GradientType=0);
}
#login_wrap .header-item #frm2 .outlogin-item-wrap input {
    width: 100%;
    padding: 20px 80px;
    margin: 5px 0;
    text-align: center;
    font-weight: 600;
    height: 60px;
}
#login_wrap .header-item {
    height: auto;
    padding: 30px;
    z-index: 99999;
    margin: 0 auto;
    width: 450px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#login_wrap {
    float: left;
    width: 100%;
    height: 100%;
}
#main-header .gradient-color {
    z-index: 20;
    background: unset !important;
}
#main-header .overlay > img {
    position: absolute;
    left: 10%;
    bottom: -35%;
    height: 100%;
}
#main-header .overlay {
    opacity: 1;
}
#main-header {
    width: 100%;
    position: relative;
    max-height: unset;
    padding-top: 0;
    background: unset;
}
#main-header,
#main-content {
    float: unset;
    margin: 0 auto;
}
#main-nav #nav-color {
    opacity: 0.9;
    border-bottom: none;
    background-color: #000;
    background: rgb(251, 189, 90);
    background: -moz-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    background: linear-gradient(45deg, rgba(251, 189, 90, 1) 0%, rgba(252, 222, 164, 1) 14%, rgba(252, 222, 164, 1) 14%, rgba(191, 136, 55, 1) 47%, rgba(204, 149, 67, 1) 53%, rgba(252, 222, 164, 1) 92%, rgba(251, 189, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd5a',endColorstr='#fbbd5a',GradientType=1);
    top: 0;
}
#main-nav .nav-wrapper {
    display: flex;
    justify-content: center;
}
#main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 61px;
    overflow: Hidden;
    background: #000;
    border-top: 1px solid #edd482;
    border-bottom: 1px solid #edd482;
    position: unset;
}
#recent_wrap dd.animated .title {
    margin-bottom: 1rem;
    text-align: center;
}
#recent_wrap dl .live-container {
    border: 3px solid #5a430a;
    box-shadow: unset;
    background: #000;
    border: 1px solid var(--main-menu-border-color);
    margin: 0;
    margin-right: 2px;
    border-style: solid;
    border-image-slice: 3;
    border-image-source: linear-gradient(to bottom, #b68d4c, #ffcb78, #754f00, #c19e67, #b68d4c, #ff9f09);
    border-width: 5px;
    border-width: 1px 1px 1px 1px;
}
#recent_wrap dl .live-container:last-child {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}
#recent_wrap dl dd .title strong,
.tabs .simpleTabs_button li.active strong,
.footer_with ul.with li strong,
#bo_cate #bo_cate_on {
    color: var(--sandy-brown) !important;
    display: none;
}
.tabs_guide .simpleTabs_button li.active {
    color: #000 !Important;
    background: var(--saffron) !Important;
}
.tabs_guide .simpleTabs_button {
    border-left: solid 1px #e9c46a !Important;
    border-top: solid 1px #e9c46a !Important;
}
#recent_wrap dl dd .title {
    color: #e9ecef;
}
#recent_wrap dl .live-container .title { 
    background-color: #3b3128;
}
#recent_wrap dl dd {
    border-radius: 2px;
}
#recent_wrap dl {
    margin: 0;
}
#row_wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#side_wrap .border-gradient {
    border-width: 0;
    border-style: solid;
    border-color: #ff9c00 var(--burnt-sienna) var(--folly) var(--saffron);
    background: rgb(251, 189, 90);
    background: -moz-linear-gradient(top, rgba(251, 189, 90, 1) 0%, rgba(133, 81, 0, 1) 48%, rgba(251, 189, 90, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 189, 90, 1) 0%, rgba(133, 81, 0, 1) 48%, rgba(251, 189, 90, 1) 100%);
    background: linear-gradient(to bottom, rgb(255 200 112) 0%, rgb(255 156 0) 25%, rgb(30 16 1) 50%), #ffb800;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbd5a',endColorstr='#fbbd5a',GradientType=0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: unset;
}
#side_wrap .customer .fi {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
}
#side_wrap .groupbtn .amount .total-value {
    margin-right: 21px;
    letter-spacing: 2px;
}
#side_wrap .groupbtn .amount {
    color: #ffa400;
    border-color: #151515;
    background-image: unset;
    background: transparent;
    height: 18px;
    line-height: normal;
    right: -19px;
    position: initial;
    border: 0;
    float: right;
}
#side_wrap .groupbtn .info-title .fi {
    font-size: 0;
    width: 0;
    margin-left: -4px;
}
#side_wrap .groupbtn .info-title {
    line-height: unset;
    font-size: 12px;
    color: #fff;
    float: left;
}
#side_wrap .groupbtn {
    margin: 0 3px;
    height: unset;
    width: unset;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
#side_wrap .groupbtn:hover .info-title .fi {
    color: var(--saffron);
}

#side_wrap .d8_item-none{
    display:none;
    margin: 0;
}

#side_wrap .logo .img img {
    max-width: 268px;
}
#side_wrap .logo {
    padding: 0;
    background: -moz-linear-gradient(top, rgba(57, 73, 137, 1) 1%, rgba(71, 84, 135, 1) 50%, rgba(57, 73, 137, 1) 52%, rgba(125, 150, 207, 1) 100%);
    box-shadow: none;
    line-height: 70px;
    width: 290px;
    float: left;
}
#side_wrap .lower_panel {
    float: right;
    height: 100%;
}
#side_wrap .singlebtn .amount {
    float: right;
    text-align: right;
}
#side_wrap .singlebtn .info-title,
#side_wrap .singlebtn .amount {
    line-height: normal;
    font-weight: 900;
}
#side_wrap .singlebtn .info-title {
    text-align: left;
    /* padding-left: 12px; */
    font-size: 12px;
    color: #fff;
}
#side_wrap .total .amount strong {
    font-size: 12px;
    font-weight: 700;
}
#side_wrap {
    background: #3c3229;
    background-color: #3c3229;
    box-shadow: none;
    width: 100%;
    height: unset;
    top: 0;
    overflow: initial;
    position: unset;
}
#side_wrap,
ul.customer li a {
    color: #eff2f7;
}
#slot-container figure .logo {
    margin: 0;
}
#sns_col-container {
    display: none;
}



.fxt-template-layout-10 .fxt-animated-img, .fxt-template-layout-10 ul.fxt-socials.sns_sec {
    /* display: none; */
}
#sns_col-container {
    display: none;
}
#toggle-btn .btn-toggle {
    color: #e9ecef;
    width: 45px;
}
#top_sns_container .side_sns a.btn_contact {
    margin: 0 3px;
    background: transparent;
    color: #fff;
}
#top_sns_container .side_sns {
    float: unset;
    padding: 10px 5px;
    width: calc(100% - 17%);
    margin: 0 auto;
    justify-content: flex-end;
}
#vticker li._view .notice_left a {
    margin: 0;
}
#vticker li._view {
    margin: 0 30px;
    padding: 0;
    list-style: none;
}

#bo_w .wr_content textarea {
    color: #fff;
    background: #151515;
    border: solid 1px #444;
}


#header_wrap .quickmenu-after .menu_btn, #header_wrap .user_item ul li{
    display: flex;
    margin-bottom: 10px;
    height: 40px;
}

#header_wrap .side_sns {width: auto;display: flex;float: left;margin: 10px 0;flex-flow: column;align-items: start;justify-content: center;height: 80px;}

#header_wrap .side_sns .btn_contact {
    margin-right: 3px;
    opacity: 0.7;
}

#header_wrap .side_sns .btn_contact:hover {
    opacity: 1;
}

#header_wrap .side_sns .telegram_bg , #header_wrap .side_sns .kakaotalk_bg  , #header_wrap .side_sns .line_bg , #header_wrap .side_sns .wechat_bg {background-color:#6c6c6c00; }

#header_wrap .side_sns  a.btn_contact {color:#fff;display: block;line-height: normal;padding-left: 0;text-align: left;}


form .bo_w_info {
    color: #fff;
}

#overlay-sidewrap {

    z-index: 3;
}
.pop_bottom span._CLOSE {
    background: #ca983a;
    color: #000000;
}
.pop_bottom span._CLOSE_ {
    background: #5e5749;
    color: #ffffff;
}

.pop_warp {
    border: 1px solid #717171;
}
#slot-container.game_start figure .img {
    position: relative;
}

#side_wrap .singlebtn {
    width: calc(100% - 20px);
}



@media screen and (min-width: 769px) {
    .tabs .main_tabs .maintab-title .logo img {
        max-height: 130px;
    }
    #recent_wrap dl .live-container {
        width: calc(33.33% - 2px);
    }
    #recent_wrap dl .live-container,
    #recent_wrap dl dd:nth-child(2),
    #recent_wrap dl .live-container:last-child {
        width: calc(33.33% - 2px);
        margin: 1px;
    }
    .heading_main_ {
        font-size: 25px;
        text-align: left;
        color: #ffbb13;
        margin: 30px 0;
    }
}
@media screen and (min-width: 1536px) {
    
        .quickmenudtop {
        /* display: inline-block; */
        width: 650px;
        float: left;
    }
    
    .outaction {
        float: right;
        padding: 0 20px;
    }
    .user_item ul li,
    .user_item ul {
        width: auto;
    }
    #side_wrap .header-item {
        width: 1260px;
    }
    .user-panel-info {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-right: 20px;
        left: 0;
    }
    .user_item .profile_wrapper,
    .user-panel-info {
        height: auto;
    }
    
        .user_item .profile_wrapper .user-panel-name, .user_item h2 span {
        font-size: 15px;
    }
    
    
}
@media (min-width: 1280px) {
    .lvl .lvlimg {
        /*position: absolute;*/
        /*width: 31px;*/
        /*left: -43px;*/
    }
    #top_sns_container .float_menu {
        position: absolute;
        height: 30px;
        right: 160px;
        border-bottom: 1px solid#cccccc57;
        z-index: 9;
        width: 761px;
    }
    #top_sns_container .nonfloat {
        height: 30px;
    }
    .login_before_ #frm2 {
        margin-top: 12px;
    }
    #side_wrap .side_copy {
        display: none;
    }
    #side_wrap .header-item {
        margin: 0 auto;
        height: 100%;
        position: relative;
        padding: 10px;
        float: left;
        margin-left: 15%;
        margin-right: 15%;
        width: calc(100% - 30%);
    }
    #side_wrap .header-item .side-item-wrap {
        display: flex;
        align-items: center;
    }
    #side_wrap .header-item.d-flex-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #side_wrap .logo {
        display: none;
    }
    .header-item.d-flex-wrap h1 img {
        max-width: 250px;
        max-height: 140px;
        padding: 5px;
    }
    ul.customer li,
    .user_item ul li .menu_btn {
        background: #ede06a;
        background: -moz-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede06a), color-stop(50%, #b27b23), color-stop(100%, #896000));
        background: -webkit-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
        background: -o-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
        background: -ms-linear-gradient(top, #ede06a 0%, #b27b23 50%, #896000 100%);
        background: linear-gradient(to bottom, #ede06a 0%, #b27b23 50%, #896000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede06a',endColorstr='#896000',GradientType=0);
    }
    #side_wrap,
    ul.customer li a,
    .user_item ul li a,
    #side_wrap .customer .fi,
    ul.customer li a p {
        color: #000;
    }
    
    #footer_wrap ul.customer li a p {
        color: #fbce81;
    }
    
    ul.customer li:hover,
    .user_item ul li:hover .menu_btn {
        background: #000;
    }
}
@media (max-width: 1680px) {
    .tmain .play_now-btn {
        bottom: 1rem;
    }
}
@media screen and (max-width: 1535px) {
    
        .quickmenudtop {
		margin-top: 20px;
	}
    #gnb .logo.display , #header_wrap #btn_user {
        display: block;
	}
	
	#header_wrap #btn_user{ 
		right: 15px;
        top: 10px;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        background: unset;
        line-height: normal;
        font-size: inherit;
        height: calc(100% - 0px);
	width: auto;}
    
    
.outlogin-item-wrap .docmed {
    flex-flow: column;
	margin:0;
}

#header_wrap .menu_btn.btn_submit.registerbtn {
    margin: 5px 0;
}
    .side_sns .btn_contact i, .side_sns .btn_contact strong {
    color: #e7ce43;
}
    
    #header_wrap {
	position:sticky;
	top:0;
	    background-color: #000;
	}
    #side_wrap .side_copy {
        float: left;
        text-align: center;
        width: 100%;
    }
    .lvl .lvlimg {
        width: 45px;
    }
    .lvl .lvltxt {
        float: unset;
    }
    #side_wrap li > a , #header_wrap .user_item ul .menu_btn {
        text-align: left;
        width: 100%;
    }
    .user_item ul {
        margin: 0;
        padding: 0;
        margin-top: 35px;
    }

    .user_item ul , #header_wrap .quickmenu-after {
    /* background: #0000004a; */
    border: 1px solid #ffffff2b;
    width: 97%;
    float: unset;
    /* margin: 0 auto; */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    .user_item ul li,
    .customer li,
    ul.customer li:last-child {
        margin: 0;
        width: calc(100% - 16px) !important;
        /* margin: 5px 5px 5px 11px !important; */
        border-radius: 0 !important;
    }
    .notice_mobile,
    #row_wrap {
        background: unset;
    }
    #side_wrap {
        left: -100%;
        top: 0;
        width: 330px;
        height: calc(100% - 0px);
        position: fixed;
        padding: 10px 20px;
    }
    
        #side_wrap.menu_on_default2 {
        left: 295px;
        right: unset;
    }
    .outaction {
        padding: 14px 0 0;
    }
    #header_wrap .menu_btn {
     
    }

    ::-webkit-scrollbar {
    width: 0;
}
    .user_item .profile_wrapper,
    .user-panel-info {
        width: 100%;
    }
    .lang_item {
        float: left;
    }
    #header_wrap .side_sns {
      display: inline-block;
      /* align-content: center; */
      /* align-items: baseline; */
      /* justify-items: start; */
      margin-top: 30px;
      grid-template-columns: 50% 50%;
      word-break: keep-all;
      width: 100%;
      float: unset;
    }
    #header_wrap .side_sns a.btn_contact {
    padding: 0;
    width: 48%;
    float: left;
    text-align: center;
    background: black;
    padding: 10px;
}

	#header_wrap .side_sns a.btn_contact i , #header_wrap .side_sns a.btn_contact strong {display:block;text-align: center;}
    #side_wrap li.menu_btn , #header_wrap .user_item ul .menu_btn , #header_wrap .quickmenu-after .menu_btn {
        position: initial;
        line-height: normal;
            transform: unset;
    align-items: center;
    }
    
    #header_wrap .user_item ul .menu_btn {
        font-size: 1.1rem;
}

#header_wrap .user_item ul > li {
    display: flex;
}
    
    #side_wrap .logo {
        width: 100%;
            padding: 10px;
    background: #3c3229;
    z-index: 130;
    }
    #side_wrap .lower_panel {
        height: auto;
        width: 100%;
    }
    .header-item h1 {
        padding: 5px 17px;
        text-align: center;
    }
    .header-item img {
        max-height: 80px;
        max-width: 197px;
    }
    .header-item {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }
	
	.header-item.d-flex-wrap {
	display:block;
	
	}
	
	
    .user_item {
        float: unset;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .user_item .profile_wrapper {
        height: auto;
        margin-bottom: 20px;
        /* padding-bottom: 13px; */
        border-bottom: 1px solid rgb(115 104 87);
        float: unset;
    }
    ul.customer {
        width: 100%;
        margin-top: -7px;
    }
    .outlogin-item-wrap {
        flex-flow: column;
        width: 100%;
    }
    .outlogin-item-wrap .input {
        height: 50px;
        margin: 3px 0;
    }
.btn_submit, #header_wrap .menu_btn.btn_submit.registerbtn {
    width: 100%;
    height: 47px;
    margin-top: 6px;
    position: initial;
    transform: initial;
	font-size:14px;
}
    .lang_item .btn-select {
        left: 7px;
        top: 6px;
        height: 50px;
    }
    #footer_wrap {
        width: 100%;
    }
    .footer .footer_help,
    .footer .footer_quicklinks,
    .footer_info {
        width: 100%;
    }
    .footer_info {
        padding: 10px;
    }
    .footer .footer_help,
    .footer .footer_quicklinks,
    .footer_info {
        width: 100%;
    }
    .footer_info .logo {
        display: none;
    }
    .footer .footer_quicklinks {
        text-align: center;
    }
    .footer .footer_help {
        text-align: center;
    }
    #frm2 {
        margin: 50px 0;
    }
    #login_container .header-item.d-flex-wrap .customer li {
        width: 100%;
        margin: 5px;
    }
    #side_wrap.menu_on_default2 .logo.display {
        display: block;
        float: unset;
    }
    .outlogin-item-wrap .btn_contact {
        margin: 3px 0;
        justify-content: center;
        line-height: 40px;
    }
    #header_wrap .menu_btn,
    ul.customer li > a > i,
    ul.customer li.menu_btn a {
        display: flex;
    }
    #gnb .gnb,
    #main-nav {
        display: none;
    }
    .user_item ul li a {
        display: block;
    }
    
    #casino_ajax #minigame-container #bo_cat_low #bo_cate_ul .menu_low a {
        font-size: 14px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
}

#casino_ajax #minigame-container #bo_cat_low #bo_cate_ul .menu_low {
    width: 23%;
}
  
  .docmed._snsdock {
    display: block;
}

.docmed._snsdock .btn_contact {
    float: left;
    width: calc(50% - 4px);
    margin: 2px;
    display: flex;
    flex-direction: column;
    line-height: normal;
    height: 80px;
}

.docmed._snsdock .btn_contact i {
    font-size: 31px;
}
  
  
  
}
@media (max-width: 768px) {
    
    .pop_warp {
        transform: translate(-50%, -20%);
}
    
    .intro_login_text {
        display: none;
    }
    #top_sns_container {
        display: none;
    }
    .play_now-btn {
        bottom: 1rem;
    }
    #recent_wrap dl .live-container,
    #recent_wrap dl dd,
    #recent_wrap dl dd:nth-child(2),
    #recent_wrap dl .live-container {
        width: calc(100% - 16px);
        margin: 8px;
    }
    .footer_info ul.card {
        text-align: center;
    }
    .footer_info ul.card li {
        width: 17%;
        float: unset;
        display: inline-block;
    }
    .footer_info ul.card li img {
        height: 25px;
    }
    #recent_wrap dl .live-container:last-child {
        width: calc(100% - 16px);
        margin: 8px;
    }
    .tabs .main_tabs .tmain:last-child {
        margin-right: 7px;
    }
    .tabs .main_tabs .tmain:first-child {
        margin-left: 7px;
    }
    #login_wrap .header-item {
        width: 100%;
    }
    
    #bo_cate.bo_cate_nav_conatainer {
        border: 0;
    }
    
    #bo_cate.bo_cate_nav_conatainer .xi-x {
        font-size: 0;
    }
    
    #bo_cate.bo_cate_nav_conatainer .bo_cate_current {
        font-size: 15px;
        color: #f3b626;
    }
    
    
}

@media screen and (max-width: 768px) {
    
    	#header_wrap #btn_user{
    	    top:unset
    	    
    	}
    
    #row_wrap {
        background: unset;
    }
    .notice_mobile,
    .line_notice {
        background: #000;
        background-color: #000;
    }
    .line_notice {
        height: 35px !important;
    }
    #gnb .logo .img {
        height: 60px;
    }
    .tabs .main_tabs .maintab-title .game-title {
        flex-flow: column;
    }
    .tabs ul .tmain:first-child:nth-last-child(1),
    .tabs ul .tmain:first-child:nth-last-child(1) ~ .tmain {
        height: 100px;
    }
    .tabs ul .tmain:first-child:nth-last-child(2),
    .tabs ul .tmain:first-child:nth-last-child(2) ~ .tmain {
        height: 100px;
    }
    .tabs ul .tmain:first-child:nth-last-child(3),
    .tabs ul .tmain:first-child:nth-last-child(3) ~ .tmain {
        height: 100px;
    }
    .game_start figure {
        width: calc(50% - 12px);
    }
    
    .side_sns .btn_contact i , .side_sns .btn_contact strong{    color: #e7ce43;}
    .side_sns .btn_contact i {
    vertical-align: bottom;
}
    
}
@media screen and (max-width: 500px) {
    .tabs .main_tabs .tmain {
        line-height: 22px;
        padding: 0;
    }
}
@media screen and (max-width: 400px) {
    .tabs .main_tabs .tmain {
        font-size: 9px;
        font-size: 18px;
    }
}



.lvl .lvltxt>span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

#side_wrap .customer .fi.xi-x {
    font-size: 16px;
}



    #side_wrap .total .amount strong, #side_wrap .groupbtn .amount, #side_wrap .groupbtn .info-title, #side_wrap .groupbtn .amount .total-value, #side_wrap .singlebtn .info-title, #side_wrap .groupbtn .info-title {
        font-size: 15px;
        margin: 0;
    }
    
    
    #side_wrap .groupbtn.d8_item {
    display:block;
    line-height: normal;
}


#side_wrap .groupbtn .amount, #side_wrap .groupbtn .info-title{padding:0;}

    #header_wrap .menu_btn {
        display: inline-block;
        vertical-align: middle;
    }
    
    
    #side_wrap .groupbtn, #side_wrap .singlebtn, #side_wrap .group-info {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 6px;
    }

    #side_wrap .singlebtn .info-title, #side_wrap .singlebtn .amount {
        line-height: normal;
    }

    #side_wrap .singlebtn .info-title, #side_wrap .groupbtn .info-title {
        width: 48%;
        text-align: left;
    }

    #side_wrap .groupbtn .amount, #side_wrap .singlebtn .amount {
        width: 45%;
        text-align: right;
    }
    
    
    
#side_wrap .groupbtn .amount .total-value {
        justify-content: flex-end;
}
    
    
 #side_wrap .groupbtn .amount .total-value {
        justify-content: flex-end;
}

#is_m_reload img {
     height: 16px;
}

#side_wrap .groupbtn .amount .total-value {
    display: inline-block;
}

#header_wrap .menu_btn {
    position: initial;
}

#side_wrap .total {
    line-height: normal;
    /* margin: 00; */
}

#side_wrap .singlebtn .info-title {padding-right: 5px;padding-left: 5px;}